![]() |
PATH![]() |
An AWT context may request that a frame be reordered using the MyFrameReorderRequest callback. The context specifies the new placement of the frame using the ReorderRequest type.
enum ReorderRequest {
eBringToFront = 0,
eSendToBack,
eSendBehindFront
};
See the description of the function
MyRequestFrame
for more information about using these values.